home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / mus / misc / mpegaudiofix.lha / mpegaudiofix.readme < prev    next >
Encoding:
Text File  |  1995-03-31  |  1.0 KB  |  24 lines

  1. There was a problem with the MPEG audio player ported by Michael Rausch.  When
  2. the program is used to write an AIFF file, it fails because of an I/O Error
  3. during the seek.  I believe that this is a problem with SAS/C.  I replaced the
  4. fseek() call with some code to write data with fprintf() which has the same
  5. effect of skipping forward in the file.  I also replaced another call to fseek
  6. with code which closes the file and opens it in append mode.  This binary is
  7. compiled for 040/881.  If you need another binary, I have provided the
  8. modified source files so that you can recompile it to suit your needs.  If you
  9. don't have SAS/C, email me and I may be able to get it compiled for you..
  10.  
  11. Be sure to get the original file mpegaudio.lha off of aminet for instructions,
  12. and the rest of the source code, etc...
  13.  
  14.  
  15. ----------------------------------
  16. Changes were made to:
  17.  
  18. aiff_write_headers() (and prototype), iff_seek_to_sound_data(), and main() for
  19. the file musicout.c.
  20. ----------------------------------
  21.  
  22. Dan Oberlin
  23. fkrj@crux2.cit.cornell.edu
  24.